object ValPINDlg: TValPINDlg Left = 352 Top = 425 ActiveControl = PIN BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Validate PIN' ClientHeight = 127 ClientWidth = 233 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter Scaled = False OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 144 Height = 13 Caption = 'Please re-enter your PIN:' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True end object PIN: TEdit Left = 72 Top = 60 Width = 73 Height = 21 Color = clWhite MaxLength = 5 PasswordChar = '*' TabOrder = 0 OnChange = PINChange end object OKBtn: TButton Left = 24 Top = 96 Width = 75 Height = 23 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 128 Top = 96 Width = 75 Height = 23 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end